home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / mac / mmjb102Mac.hqx / MusicMatch JukeBox 1.02 / Help / MusicMatch_Frequently_Asked_Que < prev    next >
Text File  |  2000-07-13  |  8KB  |  223 lines

  1. <HTML>
  2.  <HEAD>
  3.   <!-- $MVD$:app("RoboHELP HTML Edition by Blue Sky Software, portions by MicroVision Dev. Inc.","769") -->
  4.   <!-- $MVD$:template("","0","0") -->
  5.   <!-- $MVD$:color("17","e8ffff","Custom #1","0") -->
  6.   <!-- $MVD$:color("18","e8ffff","Custom #1","0") -->
  7.   <!-- $MVD$:color("19","993333","Custom #2","0") -->
  8.   <!-- $MVD$:color("20","3333","Custom #3","0") -->
  9.   <!-- $MVD$:color("21","3399","Custom #4","0") -->
  10.   <!-- $MVD$:color("22","101","Custom #5","0") -->
  11.   <!-- $MVD$:color("23","493d3a","Textgray","0") -->
  12.   <!-- $MVD$:color("24","4d3939","TEXTGRAY","0") -->
  13.   <!-- $MVD$:color("25","d03939","Custom #6","0") -->
  14.   <!-- $MVD$:color("26","6c5a57","Custom #7","0") -->
  15.   <!-- $MVD$:color("27","fdeaec","cell blue","1") -->
  16.   <!-- $MVD$:color("28","fef5da","Custom #8","0") -->
  17.   <!-- $MVD$:fontset("Verdana","Verdana") -->
  18.   <TITLE>MusicMatch Frequently Asked Questions</TITLE>
  19.   <META NAME="generator" CONTENT="RoboHELP by Blue Sky Software www.blue-sky.com HTML Edition">
  20.   <SCRIPT language="javascript">
  21. <!--
  22. if (navigator.appName=="Netscape")
  23. {   document.write("<LINK rel='StyleSheet' href='html__ns.css'>");}
  24. else
  25. {   document.write("<LINK rel='StyleSheet' href='html_mac.css'>");}
  26. //-->
  27.  
  28.   </SCRIPT>
  29.   <SCRIPT language="JavaScript" src="bsscdht1.js">
  30.   </SCRIPT>
  31.   <SCRIPT language="JavaScript" src="bsscdht2.js">
  32.   </SCRIPT>
  33.   <SCRIPT language="JavaScript"><!-- 
  34. //////////BSSCDHTML Section Embedded Code//////////
  35. var s_strAgent = navigator.userAgent.toLowerCase();
  36. var s_nVer       = parseInt(navigator.appVersion);
  37.  
  38. var s_bIE  = (s_strAgent.indexOf('msie') != -1);
  39. var s_bNS  = (s_strAgent.indexOf('mozilla') != -1) && ((s_strAgent.indexOf('spoofer') == -1) && (s_strAgent.indexOf('compatible') == -1));
  40. var s_bOpera    = (s_strAgent.indexOf('opera') != -1);
  41.  
  42. var s_bIE3Before = ((s_bIE) && (s_nVer <= 2));
  43. var s_bNS3Before = ((s_bNS) && (s_nVer <= 3));
  44.  
  45. var s_bNS2        = ((s_bNS) && (s_nVer <= 2));
  46. var s_bNS3        = ((s_bNS) && (s_nVer == 3));
  47. var s_bIE300301    = ((s_bIE) && (s_nVer == 2) && ((s_strAgent.indexOf("3.00") != -1)||(s_strAgent.indexOf("3.0a") != -1)||(s_strAgent.indexOf("3.0b")!=-1)||(s_strAgent.indexOf("3.01")!=-1)));
  48. var s_bIE302    = ((s_bIE) && (s_nVer == 2) && (s_strAgent.indexOf("3.02") != -1));
  49.  
  50.  
  51. function HasExtJs()
  52. {
  53.     if (s_bIE3Before) { return false;}
  54.     if (s_bNS3Before) {    return false;}
  55.     if (typeof (_BSSCOnLoad) == "undefined"){ return false; }
  56.     return true;
  57. }
  58.  
  59. function BSSCOnLoad()
  60. {
  61.     if (HasExtJs()) { _BSSCOnLoad(); }
  62. }
  63.  
  64. function BSSCOnUnload()
  65. {
  66.     if (HasExtJs()) { _BSSCOnUnload(); }
  67. }
  68.  
  69. function BSSCOnClick()
  70. {
  71.     if (HasExtJs()) { _BSSCOnClick(); }
  72. }
  73.  
  74. function WritePopupMenuLayer()
  75. {
  76.     if (HasExtJs()) {_WritePopupMenuLayer();}
  77. }
  78.  
  79. function BSSCCreatePopupDiv()
  80. {
  81.     if (HasExtJs()) {_BSSCCreatePopupDiv();    }
  82. }
  83.  
  84. function BSSCPopup(strURL)
  85. {
  86.     if (HasExtJs())    { 
  87.         _BSSCPopup(strURL);
  88.     }else{
  89.         //Create a temporary window first to ensure the real popup comes up on top
  90.         var wndTemp = null;
  91.         if (!s_bNS3) {
  92.             wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  93.         }
  94.         // Create the real popup window
  95.         var wndPopup = window.open(strURL, "PopupWindow", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400");
  96.         // Close the temporary
  97.         if (!s_bNS3) {
  98.             wndTemp.close();
  99.         } else {
  100.             wndPopup.focus();
  101.         }
  102.     }
  103. }
  104.  
  105.  
  106. function PopupMenu_Invoke()
  107. {
  108.     if (HasExtJs()) {
  109.         return _PopupMenu_Invoke(PopupMenu_Invoke.arguments);
  110.     }
  111.     if (s_bNS3Before || s_bIE3Before )    {
  112.         var argLen     = PopupMenu_Invoke.arguments.length;
  113.         if (argLen < 5) {
  114.             window.document.location.href = PopupMenu_Invoke.arguments[3];
  115.             return false;
  116.         }
  117.         var nHeight = argLen * 15;
  118.         var nWidth = 400;
  119.         var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";
  120.         strParam += ",height=" + nHeight + ",width=200,resizable";
  121.         
  122.         //Create a temporary window first to ensure the real popup comes up on top
  123.         var wndTemp = null;
  124.         if (!s_bNS3) {
  125.             wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  126.         }
  127.  
  128.         var wndPopupLinks = window.open("", "popuplinks", strParam);
  129.         wndPopupLinks.document.open("text/html");
  130.         wndPopupLinks.document.write("<html><head>");
  131.         if (s_bNS2 || s_bOpera) {
  132.             wndPopupLinks.document.write("<base href=\"" + location +"\">");
  133.         } else {
  134.             //YJ: IE301,302 and NS3.x works fine
  135.             wndPopupLinks.document.write("<");
  136.             wndPopupLinks.document.write("script>");
  137.             wndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}");
  138.             wndPopupLinks.document.write("<");
  139.             wndPopupLinks.document.write("/script>");
  140.         }
  141.         wndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>");
  142.         var strParaLine = "";
  143.         for (var i = 0; i < (argLen - 2) / 2; i++) {
  144.             strParaLine = "";
  145.             if (s_bNS2 || s_bOpera){
  146.                 strParaLine += "<a href=\"";
  147.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  148.                 strParaLine += "\">"
  149.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  150.                 strParaLine += "</a>";
  151.             } else {
  152.                 strParaLine += "<a href=\"javascript:";
  153.                 strParaLine += "gotoUrl(\'";
  154.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  155.                 strParaLine += "\');\"";
  156.                 if (PopupMenu_Invoke.arguments[1] != '') {
  157.                     strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'";
  158.                 }
  159.                 strParaLine += ">";
  160.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  161.                 strParaLine += "</a>";
  162.             }
  163.             strParaLine += "<br>";
  164.             wndPopupLinks.document.write(strParaLine);
  165.         }
  166.         wndPopupLinks.document.write("</body></html>");
  167.         wndPopupLinks.document.close();
  168.  
  169.         // Close the temporary
  170.         if (!s_bNS3) {
  171.             wndTemp.close();
  172.         }else {
  173.             wndPopupLinks.focus();
  174.         }
  175.  
  176.         return true;
  177.     }
  178.     return false;
  179. }
  180.   
  181.  
  182.  
  183. function reDo() {
  184.   if (innerWidth != origWidth || innerHeight != origHeight)
  185.      location.reload();
  186. }
  187. if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Netscape")) {
  188.     origWidth = innerWidth;
  189.     origHeight = innerHeight;
  190.     onresize = reDo;
  191. }
  192.  
  193. //-->
  194.   </SCRIPT></HEAD>
  195.   <BODY ONLOAD="BSSCOnLoad();" ONCLICK="BSSCOnClick();">
  196.   
  197.   <div id='NavBar' STYLE='position:relative;' align='right'><nobr><font size=1>
  198.    <script language="javascript"><!--
  199.  var bHomePage=false; if(document.all){if ((top)&&(top.frames)&&(top.frames.length<=1)) bHomePage=true;} if(document.layers){if((parent)&&(parent.top.frames)&&(parent.top.frames.length<=1)) bHomePage=true;}
  200. if (bHomePage){document.write("<a href='MacV1.htm'><img src='bsscnav1.gif' width=53 height=18 border=no></a>");}
  201. //-->
  202.    </script></font>   </nobr>
  203.   </div>
  204. <H1>
  205.    <TABLE WIDTH="85%" CELLPADDING="2" CELLSPACING="0" BORDER="0">
  206.     <TR>
  207.      <TD WIDTH="25%" VALIGN="TOP">
  208.       <P>
  209.        <A HREF="http://www.musicmatch.com/jukebox/faq_ms.cgi"><SPAN STYLE="font-style : normal;text-decoration : none;"><FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-weight : bold;font-size : 14.0pt;"><B>FAQ</B></SPAN></FONT></SPAN></A></TD>
  210.      <TD WIDTH="75%" VALIGN=TOP>
  211.       <H1>
  212.        <FONT COLOR="BLACK" SIZE="2"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;">Frequen</SPAN></FONT><SPAN STYLE="font-weight : normal;font-size : 10.0pt;"><FONT SIZE="2" COLOR="BLACK">tly
  213.         Asked Questions, and their answers. </FONT></SPAN><FONT COLOR="BLACK" SIZE="2"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;">Click
  214.         to launch the MusicMatch FAQ’s in your web browser.</SPAN></FONT></H1>
  215.       <H1>
  216.        <A HREF="http://www.musicmatch.com/jukebox/faq_ms.cgi"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;"><FONT SIZE=2>MusicMatch
  217.         Frequently Asked Questions</FONT></SPAN></A></TD>
  218.     </TR>
  219.    </TABLE></H1>
  220.   <H1>
  221.    <!-- $MVD$:spaceretainer() --> 
  222.  </BODY>
  223. </HTML>